xl: Add defaultbridge config option for xl.conf
authorStefan Bader <stefan.bader@canonical.com>
Mon, 13 Feb 2012 17:45:13 +0000 (17:45 +0000)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 13 Feb 2012 17:45:13 +0000 (17:45 +0000)
commit31c1a7e0ccd811466de1b8ce42864eb41d4b3d21
tree6200540a176e51c474c7d3e96ebebbac96f9f9da
parent321e74e4bc96b34c687b17d5dcb2734f2651eabb
xl: Add defaultbridge config option for xl.conf

Currently guests created with the xl stack will have "xenbr0"
written as their default into xenstore. It can be changed in
the individual guest config files, but there is no way to
have that default globally changed.

Add a config option to xl.conf that allows to have a different
default bridge name.

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
docs/man/xl.conf.pod.5
tools/libxl/xl.c
tools/libxl/xl.h
tools/libxl/xl_cmdimpl.c